home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 101 / CD-ROM 101.iso / compl / maya5ple / Install_MayaPLE5_English.exe / Maya / Data1.cab / menu_PA_Style_LMB.mel < prev    next >
Encoding:
Text File  |  2003-07-17  |  5.1 KB  |  172 lines

  1. // Copyright (C) 1997-2002 Alias|Wavefront,
  2. // a division of Silicon Graphics Limited.
  3. //
  4. // The information in this file is provided for the exclusive use of the
  5. // licensees of Alias|Wavefront.  Such users have the right to use, modify,
  6. // and incorporate this code into other products for purposes authorized
  7. // by the Alias|Wavefront license agreement, without fee.
  8. //
  9. // ALIAS|WAVEFRONT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  10. // INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
  11. // EVENT SHALL ALIAS|WAVEFRONT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  12. // CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  13. // DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  14. // TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  15. // PERFORMANCE OF THIS SOFTWARE.
  16. //
  17.  
  18.     menuItem
  19.         -label "Pick Nothing" 
  20.         -divider 0
  21.         -subMenu 0
  22.         -command "selectionMaskRestoreOnce(); selectMode -root; select -clear" 
  23.         -altModifier 0
  24.         -ctrlModifier 0
  25.         -shiftModifier 0
  26.         -optionBox 0
  27.         -enable 1
  28.         -data 0
  29.         -radialPosition "N" 
  30.         -enableCommandRepeat 1
  31.         -image "commandButton.xpm" 
  32.         -echoCommand 1
  33.         menuEditorMenuItem;
  34.  
  35.     menuItem
  36.         -label "Pick Curve On Surface" 
  37.         -divider 0
  38.         -subMenu 0
  39.         -command "selectionMaskSaveOnce(); selectMode -object; selectType -allObjects false; selectType -curveOnSurface true" 
  40.         -altModifier 0
  41.         -ctrlModifier 0
  42.         -shiftModifier 0
  43.         -optionBox 0
  44.         -enable 1
  45.         -data 0
  46.         -radialPosition "NE" 
  47.         -enableCommandRepeat 1
  48.         -image "commandButton.xpm" 
  49.         -echoCommand 1
  50.         menuEditorMenuItem4;
  51.  
  52.     menuItem
  53.         -label "Pick CV" 
  54.         -divider 0
  55.         -subMenu 0
  56.         -command "selectionMaskSaveOnce(); selectMode -component; selectType -allComponents false; selectType -controlVertex true" 
  57.         -altModifier 0
  58.         -ctrlModifier 0
  59.         -shiftModifier 0
  60.         -optionBox 0
  61.         -enable 1
  62.         -data 0
  63.         -radialPosition "E" 
  64.         -enableCommandRepeat 1
  65.         -image "commandButton.xpm" 
  66.         -echoCommand 1
  67.         menuEditorMenuItem3;
  68.  
  69.     menuItem
  70.         -label "Pick Pivot Point" 
  71.         -divider 0
  72.         -subMenu 0
  73.         -command "selectionMaskSaveOnce(); selectMode -component; selectType -allComponents false; selectType -rotatePivot true -scalePivot true" 
  74.         -altModifier 0
  75.         -ctrlModifier 0
  76.         -shiftModifier 0
  77.         -optionBox 0
  78.         -enable 1
  79.         -data 0
  80.         -radialPosition "SE" 
  81.         -enableCommandRepeat 1
  82.         -image "commandButton.xpm" 
  83.         -echoCommand 1
  84.         menuEditorMenuItem7;
  85.  
  86.     menuItem
  87.         -label "Pick Obj Root" 
  88.         -divider 0
  89.         -subMenu 0
  90.         -command "selectionMaskRestoreOnce(); select -clear; selectMode -root" 
  91.         -altModifier 0
  92.         -ctrlModifier 0
  93.         -shiftModifier 0
  94.         -optionBox 0
  95.         -enable 1
  96.         -data 0
  97.         -radialPosition "S" 
  98.         -enableCommandRepeat 1
  99.         -image "commandButton.xpm" 
  100.         -echoCommand 1
  101.         menuEditorMenuItem1;
  102.  
  103.     menuItem
  104.         -label "Pick Obj Comp" 
  105.         -divider 0
  106.         -subMenu 0
  107.         -command "selectionMaskRestoreOnce(); selectMode -object" 
  108.         -altModifier 0
  109.         -ctrlModifier 0
  110.         -shiftModifier 0
  111.         -optionBox 0
  112.         -enable 1
  113.         -data 0
  114.         -radialPosition "SW" 
  115.         -enableCommandRepeat 1
  116.         -image "commandButton.xpm" 
  117.         -echoCommand 1
  118.         menuEditorMenuItem6;
  119.  
  120.     menuItem
  121.         -label "Pick Template" 
  122.         -divider 0
  123.         -subMenu 0
  124.         -command "selectionMaskRestoreOnce(); select -clear; selectMode -template" 
  125.         -altModifier 0
  126.         -ctrlModifier 0
  127.         -shiftModifier 0
  128.         -optionBox 0
  129.         -enable 1
  130.         -data 0
  131.         -radialPosition "W" 
  132.         -enableCommandRepeat 1
  133.         -image "commandButton.xpm" 
  134.         -echoCommand 1
  135.         menuEditorMenuItem2;
  136.  
  137.     menuItem
  138.         -label "Pick Iso/Trim Edge/Curve Points" 
  139.         -divider 0
  140.         -subMenu 0
  141.         -command "selectionMaskSaveOnce(); selectPref -allowHiliteSelection false; selectMode -component; selectType -isoparm true -surfaceEdge true -curveParameterPoint true;" 
  142.         -altModifier 0
  143.         -ctrlModifier 0
  144.         -shiftModifier 0
  145.         -optionBox 0
  146.         -enable 1
  147.         -data 0
  148.         -radialPosition "NW" 
  149.         -enableCommandRepeat 1
  150.         -image "commandButton.xpm" 
  151.         -echoCommand 1
  152.         menuEditorMenuItem5;
  153.  
  154.     menuItem
  155.         -label "Show HotBox" 
  156.         -divider 0
  157.         -subMenu 0
  158.         -command "hotBox -dh" 
  159.         -altModifier 0
  160.         -ctrlModifier 0
  161.         -shiftModifier 0
  162.         -optionBox 0
  163.         -enable 1
  164.         -data 0
  165.         -enableCommandRepeat 1
  166.         -image "commandButton.xpm" 
  167.         -echoCommand 1
  168.         menuEditorMenuItem8;
  169.  
  170. setParent -m ..;
  171.  
  172.